github.com/go-pg/pg/v10/orm.Table.allFields (field)

5 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L76: 	allFields     []*Field // read only
		table.go#L498: 	t.allFields = append(t.allFields, field)
		table.go#L1132: 	if len(joinTable.allFields) == 0 {
		table.go#L1167: 	for _, f := range joinTable.allFields {